home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / CHIP Haziran 2001.iso / prog / online / 04 / setup.exe / NOIPUpdater.exe / 0 / RCDATA / TABOUTFORM / TABOUTFORM.txt
Text File  |  2001-04-29  |  2KB  |  81 lines

  1. object AboutForm: TAboutForm
  2.   Left = 190
  3.   Top = 206
  4.   BorderStyle = bsToolWindow
  5.   Caption = 'About (the people who contributed to): NO-IP Dynamic Updater'
  6.   ClientHeight = 128
  7.   ClientWidth = 341
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Label1: TLabel
  20.     Left = 128
  21.     Top = 8
  22.     Width = 207
  23.     Height = 26
  24.     Caption = 
  25.       'Programming, Improv Design, and all '#39'round  do everything that n' +
  26.       'eeded to be done guy.'
  27.     WordWrap = True
  28.   end
  29.   object Label2: TLabel
  30.     Left = 8
  31.     Top = 40
  32.     Width = 115
  33.     Height = 13
  34.     Caption = 'DV81 (Bassem Hassan):'
  35.   end
  36.   object Label3: TLabel
  37.     Left = 8
  38.     Top = 72
  39.     Width = 84
  40.     Height = 13
  41.     Caption = 'Valerie Warchola:'
  42.   end
  43.   object Label4: TLabel
  44.     Left = 8
  45.     Top = 8
  46.     Width = 116
  47.     Height = 13
  48.     Caption = 'Goodge (Adam Laforge):'
  49.   end
  50.   object Label5: TLabel
  51.     Left = 128
  52.     Top = 40
  53.     Width = 146
  54.     Height = 26
  55.     Caption = 'Annoying suggestions that just slowed development down.'
  56.     WordWrap = True
  57.   end
  58.   object Label6: TLabel
  59.     Left = 128
  60.     Top = 72
  61.     Width = 196
  62.     Height = 52
  63.     Caption = 
  64.       'Supplied frustration relief (*WINK WINK*) from when DV81 would a' +
  65.       'nnoy Goodge due to his unorthodox (with a side of stupidity) way' +
  66.       's of thinking.'
  67.     WordWrap = True
  68.   end
  69.   object Button1: TButton
  70.     Left = 8
  71.     Top = 96
  72.     Width = 75
  73.     Height = 25
  74.     Cancel = True
  75.     Caption = '&Ok'
  76.     Default = True
  77.     TabOrder = 0
  78.     OnClick = Button1Click
  79.   end
  80. end
  81.